From 1f2e025458d949c7b6af8949ab1dc2e7eaeaf829 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 16 Jul 2005 18:52:25 +0000 Subject: [PATCH] Fix capabilities vector. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1285 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/navicache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/navicache.c b/gpsbabel/navicache.c index eb134c21f..c2f76ea20 100644 --- a/gpsbabel/navicache.c +++ b/gpsbabel/navicache.c @@ -256,7 +256,7 @@ nav_write(void) ff_vecs_t navicache_vecs = { ff_type_file, - FF_CAP_RW_WPT, + { ff_cap_read, ff_cap_none, ff_cap_none }, nav_rd_init, nav_wr_init, nav_rd_deinit, -- 2.30.2